home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / trueSpace 7.6 / tS761B8Std.exe / {app} / rsdocstyle.xslt < prev    next >
Extensible Markup Language  |  2008-06-10  |  2KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
  3.   <body style="font-family:Arial,helvetica,sans-serif;font-size:12pt;
  4.         background-color:#EEEEEE">
  5.     <xsl:for-each select="rsobjectdoc/rsnode">
  6.       <div style="background-color:teal;color:white;padding:4px">
  7.         <span style="font-weight:bold;color:white">
  8.             <xsl:value-of select="classname"/>
  9.         </span>
  10.          version <xsl:value-of select="version"/>
  11.       </div>
  12.       <div style="margin-left:20px;margin-bottom:1em;font-size:10pt">
  13.         <xsl:value-of select="description"/>
  14.         <span style="font-style:italic">
  15.           (<xsl:value-of select="author"/>)
  16.         </span>
  17.       </div>
  18.       <div style="margin-left:20px;margin-bottom:1em;font-size:10pt">
  19.            
  20.       <TABLE WIDTH="90%" BORDER="1" CELLSPACING="1" CELLPADDING="1">
  21.         <TR>
  22.             <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Names</SPAN></TD>
  23.             <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Description</SPAN></TD>
  24.             <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Default</SPAN></TD>
  25.             <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Type</SPAN></TD>
  26.             <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Flags</SPAN></TD>
  27.         </TR>
  28.         <xsl:for-each select="rscon">
  29.         <TR>
  30.             <TD ALIGN="left"><SPAN style="font-size:10pt"><xsl:value-of select="con"/></SPAN></TD>
  31.             <TD ALIGN="left"><SPAN style="font-size:10pt"><xsl:value-of select="condesc"/></SPAN></TD>
  32.             <TD ALIGN="center"><SPAN style="font-size:10pt"> ---</SPAN></TD>
  33.             <TD ALIGN="left"><SPAN style="font-size:10pt"><xsl:value-of select="contype"/></SPAN></TD>
  34.             <TD ALIGN="left"><SPAN style="font-size:10pt"><xsl:value-of select="conflg"/></SPAN></TD>
  35.         </TR>
  36.         </xsl:for-each>
  37.     </TABLE>
  38.      </div>
  39.     <div style="margin-left:20px;margin-bottom:1em;font-size:10pt">
  40.        Last modified:
  41.         <xsl:value-of select="date"/>
  42.     </div>
  43.     
  44.     </xsl:for-each>
  45.   </body>
  46. </html>
  47.  
  48.  
  49.